Investigator API
POST Search TaxChanges By Pgpi
Overview
Performs a pgpi operation.
OperationId: POST Search TaxChanges By Pgpi
Authorization Method(s): OAuth
Verb: POST
End Point: /api/taxchanges/search/pgpi
Example Request
{
"filters": {
"customerUsageType": "07",
"providerType": "80",
"startDate": {
"year": "2024",
"month": "12",
"day": 1
},
"endDate": {
"year": "2025",
"month": "01",
"day": 1
},
"releaseNumber": null,
"dateType": "Date"
},
"parameters": {
"pgpis": [],
"postalCode": null,
"npanxx": null,
"locations": null,
"address": null,
"stateCountyCity": null,
"geocode": "US48113A0004",
"by": "ProductGroupItem",
"skus": []
},
"clientNumber": "ZREGRSV06",
"searchCountry": "UnitedStates",
"searchOption": "Geocode",
"searchType": "TaxabilityChanges"
}Overview
Example Response
{
"pgpiResult": [
{
"productGroups": [
{
"group": "0111",
"groupDescription": "ALCOHOLIC BEVERAGES-GROCERY",
"items": [
{
"item": "006",
"itemDescription": "READY TO DRINK COCKTAILS"
}
]
}
]
}
]
}| code | description |
|---|---|
| 200 | Returns the result of the pgpi operation. |
| 400 | Invalid request to call the API. |
| 401 | User is not authorized to access the API. |